home *** CD-ROM | disk | FTP | other *** search
- stop();
- halfland = false;
- onEnterFrame = function()
- {
- if(boss.hp < 13)
- {
- flywar = false;
- if(halfland == true)
- {
- this.play();
- }
- }
- if(boss.hp == 20 and loaded == false)
- {
- this.attachMovie("bigyellow","bigyellow" + i,i++);
- this["bigyellow" + i]._x = 290;
- this["bigyellow" + i]._y = 190;
- loaded = true;
- }
- else if(boss.hp == 16 and loaded == true)
- {
- flywar = true;
- play();
- this["bigyellow" + i].removeMovieClip();
- this.attachMovie("bigblue","bigblue" + i,i++);
- this["bigblue" + i]._x = 290;
- this["bigblue" + i]._y = 190;
- this.attachMovie("moredog","moredog" + i,i++);
- this["moredog" + i]._x = 470;
- this["moredog" + i]._y = 190;
- loaded = false;
- }
- else if(boss.hp == 12 and loaded == false)
- {
- this["bigblue" + i].removeMovieClip();
- flywar = false;
- boss.shakeNow = false;
- boss.stoped = false;
- boss.behit = false;
- boss.gotoAndPlay(2);
- if(halfland == true)
- {
- play();
- }
- boss.gotoAndStop("τ½Ö");
- this.attachMovie("bigred","bigred" + i,i++);
- this["bigred" + i]._x = 290;
- this["bigred" + i]._y = 190;
- loaded = true;
- }
- else if(boss.hp == 8 and loaded == true)
- {
- boss.ofen_zhao = true;
- this.attachMovie("moredog","moredog" + i,i++);
- this["moredog" + i]._x = 470;
- this["moredog" + i]._y = 190;
- this["bigred" + i].removeMovieClip();
- this.attachMovie("bigpurple","bigpurple" + i,i++);
- this["bigpurple" + i]._x = 290;
- this["bigpurple" + i]._y = 190;
- loaded = false;
- }
- else if(boss.hp == 4 and loaded == false)
- {
- boss.ofen_zhao = false;
- this["bigpurple" + i].removeMovieClip();
- this.attachMovie("biggreen","biggreen" + i,i++);
- this["biggreen" + i]._x = 290;
- this["biggreen" + i]._y = 190;
- loaded = true;
- }
- };
-